type runtime.note

18 uses

	runtime (current package)
		lock_futex.go#L135: func noteclear(n *note) {
		lock_futex.go#L139: func notewakeup(n *note) {
		lock_futex.go#L148: func notesleep(n *note) {
		lock_futex.go#L173: func notetsleep_internal(n *note, ns int64) bool {
		lock_futex.go#L219: func notetsleep(n *note, ns int64) bool {
		lock_futex.go#L230: func notetsleepg(n *note, ns int64) bool {
		mgc.go#L380: 	bgMarkReady note   // signal background mark worker has started
		proc.go#L2370: 	wake    note
		profbuf.go#L102: 	wait        note
		runtime2.go#L192: type note struct {
		runtime2.go#L573: 	park          note
		runtime2.go#L837: 	stopnote   note
		runtime2.go#L839: 	sysmonnote note
		runtime2.go#L845: 	safePointNote note
		sigqueue.go#L52: 	note       note
		sigqueue_note.go#L14: func sigNoteSetup(*note) {
		sigqueue_note.go#L18: func sigNoteSleep(*note) {
		sigqueue_note.go#L22: func sigNoteWakeup(*note) {